[]
        
(Showing Draft Content)

C1.DataCollection.SignalR.Server.C1DataCollectionHub-1.ReplaceAsync

ReplaceAsync Method

ReplaceAsync(Guid, int, T)

Replaces the item at the specified index by the new specified item.

Declaration
public Task<int> ReplaceAsync(Guid eTag, int index, T item)
Public Function ReplaceAsync(eTag As Guid, index As Integer, item As T) As Task(Of Integer)
Parameters
Type Name Description
Guid eTag

The token that determines whether the calling collection is synchronized.

int index

The index.

T item

The item.

Returns
Type Description
Task<int>